home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e157 / quickie.doc < prev    next >
Text File  |  1992-01-25  |  7KB  |  170 lines

  1.  
  2.  
  3.  
  4.     BEFORE YOU DO ANYTHING: make sure that your printer is set to receive 
  5.     a downloaded soft font. Most Epson and compatible 24 pin printers 
  6.     have a 'buffer' memory that can be set to do one of two jobs (but not 
  7.     both). 1. To accept a text for printing so that you can do something 
  8.     else with your computer while the printing is going on 'in the back 
  9.     ground.' 2. Accept, store and use a downloaded font. You determine 
  10.     which of the two jobs the buffer is to do by setting a printer dip 
  11.     switch (or make changes from the Setup in the control panel). Usually 
  12.     the switch must be set to the off position for downloading. CONSULT 
  13.     YOUR PRINTER MANUAL. (On the Epson 550 the switch is 2-5 and on the 
  14.     old Epson LQ 1500 it is 1-8.) 
  15.     
  16.     The Panasonic printers require that you purchase, as an extra, the 
  17.     memory buffer. Cf. PNSONIC.DOC on this disk for more information. 
  18.  
  19.     You can see what each of the fonts looks like within the current 
  20.     directory by running the PRN_FONT.EXE utility. It will print out each 
  21.     font. To work, LQ.EXE must be present. 
  22.  
  23.     A First TRY with LQ.EXE and LQMATRIX 
  24.  
  25.     DOWNLOADING. 
  26.  
  27.     Now, with the dip switch set correctly the very first thing you will 
  28.     want to do is to see how your printer prints out the fonts on these 
  29.     disks.  Nothing could be easier. 
  30.     
  31.     After you unpack the fonts (GO) you proceed as follows: At the prompt 
  32.     (A>) simply enter LQ <font file> and hit the CR.  Font file will be 
  33.     the name of any of the fonts present. You need not type in the 
  34.     extension. For a start why not try Mr. Philipps' GOTHIC.LQP. Turn on 
  35.     the printer then enter: 
  36.              
  37.     LQ GOTHIC 
  38.              
  39.     after downloading, send a text file to the printer. You should be 
  40.     able to do that via your usual word processor (assuming it does not 
  41.     reset the printer before printing). 
  42.              
  43.     Or if you are in a big hurry use the DOS copy routine: 
  44.              
  45.     At the prompt enter: 
  46.              
  47.     copy con prn 
  48.  
  49.     and hit the CR.  Now type in something, as many lines as you want.  
  50.     When done enter ^Z (control Z) and then CR. The message will be sent 
  51.     to the printer. 
  52.              
  53.     All of the fonts have an LQ? extension, thus GOTHIC.LQP, PRES.LQN & 
  54.     CAPS.LQD. A final P means it is a proportional font, N a NLQ (near 
  55.     letter quality) font, and D a draft font.  The proportional fonts are 
  56.     the really attractive ones and show off the 24 pin printer at its 
  57.     best. 
  58.  
  59.     There are various switches that go with the LQ program and the full 
  60.     documentation describes each of them. If you enter LQ without a font 
  61. page 2.
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.     name you will get a short explanation of each of the switches. 
  69.  
  70.     If you want to see what the font looks like use the /P switch. Enter 
  71.     LQ GOTHIC /P and hit CR. As the font is downloading it will be 
  72.     printed out at the printer. 
  73.              
  74.     Most of the time you will want to use the fonts from within a word 
  75.     processor. In the simpler word processors (WP) and some of the 
  76.     earlier versions of the major WPs all you need to do is download the 
  77.     font before you boot up or download from the DOS shell. 
  78.  
  79.     However, many WPs nowdays reset the printer before they print. In 
  80.     doing that it eliminates the downloaded font. There are ways to 
  81.     circumvent the resetting. What you have to do is to customize the 
  82.     print driver used by the WP by removing the offending code sequence 
  83.     which is <esc>@, i.e.  ASCII 27, 67 (Hex 1B,40). 
  84.           
  85.     Your first job is to find the print driver that you created when you 
  86.     installed your program. It is a file that is read by the WP each time 
  87.     you boot up. If it is a text file, bring it into your editor and 
  88.     remove the code (<esc>@), then save it as an simple ASCII text. If it 
  89.     is like the WordPerfect .PRS file you will need to use whatever print 
  90.     definition utility comes with your package (WordPerfect's PTR.EXE) 
  91.     This utility will guide you to the code which you will then remove. 
  92.  
  93.     The current documentation gives information on Word Perfect 5.0 & 
  94.     5.1, XYwrite3, PCwrite, and Word 5.0. 
  95.  
  96.     I will gladly help any registered user customize his/her print 
  97.     driver. Inquire. 
  98.  
  99.     If your WP can download a font directly you will have to create a 
  100.     download file with LQ. This is easy to do. Enter LQ [filename] /F.  
  101.     Where filename is the name of the font and the /F switch tells LQ to 
  102.     create a download file which will keep the name of the original file 
  103.     but will change its extension to DW? - thus from GOTHIC.LQP LQ 
  104.     creates GOTHIC.DWP.  
  105.     
  106.     This can be downloaded from DOS with COPY/B GOTHIC.DWP PRN.  Be sure 
  107.     to include the binary switch /B after the COPY otherwise DOS will 
  108.     stop downloading the first time it reaches the text end of file 
  109.     marker: Ctl Z.  
  110.               
  111.     EDITING. 
  112.              
  113.     Let's say that you would like to make some characters of your own, 
  114.     not a full font, but some special characters to take the place of the 
  115.     ones you never use like @ or ^ or \. 
  116.              
  117.     For this you will use LQMATRIX, the main program. What you do is very 
  118.     simple. Enter LQMATRIX and hit the CR. First you will be asked what 
  119.     size font you want. Chose one of the three. Now give your file a 
  120.     name...say, TRYME. 
  121. page 3. 
  122.  
  123.  
  124.  
  125.  
  126.  
  127.              
  128.     You will go to the main menu where you will go directly to the editor 
  129.     by hitting E. 
  130.              
  131.     You will see on the left a box with the cursor on the left on the 
  132.     lower cross line.  Move the cursor around with the cursor keys and 
  133.     anytime you wish to make a mark hit CR or the space bar (SP). To 
  134.     remove a mark put the cursor on the mark and hit either SP or CR. 
  135.              
  136.     Many things can be done in the matrix and the Help screen tells you 
  137.     about them (also the main documentation). Just hit F1 and scroll 
  138.     through help. 
  139.              
  140.     If you want to test a character hit P and it will print out. When you 
  141.     are satisfied with you design save the character with S and give it a 
  142.     position - replace the unwanted @, for example. 
  143.              
  144.     After making your extra characters exit the Matrix with Q or ESC and 
  145.     then exit the program with Q or ESC again. Your new font will be 
  146.     saved. 
  147.              
  148.     Download the new font with LQ (or with P then D from the main menu of 
  149.     LQMATRIX). 
  150.              
  151.     In downloading not only will your new characters be sent to the 
  152.     printer's RAM (temporary) memory, but the other built in (Rom) 
  153.     characters as well. 
  154.  
  155.     Now try writing a document with your new characters and print it out.  
  156.  
  157.     Once you have mastered making a few extra characters you are ready to 
  158.     make an enterly new font of your own! 
  159.              
  160.     Have fun. 
  161.              
  162.     J. David Sapir 
  163.     [Jimmy Paris Software] 
  164.              
  165.     --------------------
  166.  
  167.     LQMATRIX is copyrighted by J.David Sapir 1985,9l,92 
  168.               
  169.  
  170.